Clusters can be categorized in three configuration models in order of increasing complexity. Each cluster model uses a different quorum resource type. This section describes each model and gives examples of the types of applications that are suited to each. The three models are:
Cluster Model | Typical Deployments | Where is the Cluster Configuration Data Maintained? |
---|---|---|
Single node cluster | Development and testing platforms. | The quorum resource maintains the definitive copy of the cluster configuration data either on a cluster storage device or locally on the single node. Uses a Local Quorum resource type. |
Single quorum device cluster | Highly available applications on a cluster storage device. | The quorum resource maintains the definitive copy of the cluster configuration data on the single cluster storage device connected to all nodes. Uses a Physical Disk resource type (or other storage class resource type). |
Majority node set cluster | Geographically dispersed server clusters. | Each node maintains its own copy of the cluster configuration data. The quorum resource ensures that the cluster configuration data is kept consistent across the nodes. Uses a Majority Node Set resource type.
Important
|
For information on cluster deployment options, see Cluster deployment and operation options.